home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-17 | 1.1 KB | 57 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = DistributedEO
-
- PROJECTVERSION = 1.1
- PROJECT_TYPE = Application
- LANGUAGE = English
-
- APPICON = DistributedEO.tiff
- LOCAL_RESOURCES = DistributedEO.nib
-
- GLOBAL_RESOURCES = lock.tiff lock_h.tiff People_Sybase.eomodel
-
- CLASSES = Employee.m AppManager.m
-
- HFILES = Employee.h AppManager.h
-
- MFILES = DistributedEO_main.m
-
- SUBPROJECTS = DEOClient.subproj
-
- TOOLS = DEOServer.tproj
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
- installPEOPLE.sqlsybase README.rtf
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app DistributedEO.tiff
-
- LIBS = -lEOInterface_s -lNeXT_s -lEOAccess_s -lFoundation_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-